+Thu Oct 30 17:40:26 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (logical_to_physical): Make it work for
+ logical == 0.
+
Thu Oct 30 16:20:58 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
+Thu Oct 30 17:40:26 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (logical_to_physical): Make it work for
+ logical == 0.
+
Thu Oct 30 16:20:58 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
+Thu Oct 30 17:40:26 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (logical_to_physical): Make it work for
+ logical == 0.
+
Thu Oct 30 16:20:58 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
+Thu Oct 30 17:40:26 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (logical_to_physical): Make it work for
+ logical == 0.
+
Thu Oct 30 16:20:58 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
+Thu Oct 30 17:40:26 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (logical_to_physical): Make it work for
+ logical == 0.
+
Thu Oct 30 16:20:58 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
g_assert (logical >= 0);
physical = 0;
- for (list = priv->content; list; list = list->next)
+ for (list = priv->content; list && logical > 0; list = list->next)
{
ToolbarContent *content = list->data;